crypto/tls.Conn.secureRenegotiation (field)

3 uses

	crypto/tls (current package)
		conn.go#L65: 	secureRenegotiation bool
		handshake_client.go#L761: 		c.secureRenegotiation = true
		handshake_client.go#L768: 	if c.handshakes > 0 && c.secureRenegotiation {